2013-07-25 - 8118 - Spec - Added New S-Codes 'S34', 'S35', 'S36' #SDLABELREPORTS #US #ABAPUPC

SPECIFICATIONS

8118 - New strings for S-Codes 'S34', 'S35' , 'S36' UPC labels and multiply of ZMRP,ZCRS value with 100 for S28,S34.

Purpose


Added New S-Codes S34, S35, S36 for US UPC Label Program and multiply of ZMRP,ZCRS values with 100 for S28,S34.

Admin Info


Purpose
Added New S-Codes S34, S35, S36 for US UPC Label Program
and multiply of ZMRP,ZCRS values with 100 for S28,S34.
Requested By
Lizz Paxson
Spec Created By
Venu Dontamsetti
Spec Created Date
07/28/2013
Spec QA by
Deepak Yasam
Objects
ZRSD_UPC_LABELS
Document Status
Completed

References


Prior Tickets

None

Documents


None

Functional Requirement


Below are the new strings for the corresponding S codes.

1. New S code S34 is created for L26.
L26 KR_UPC_EAN13.LWL
S34 Description,size,year, month, MSRP, UPC, Quantity.
The MSRP,ZCRS value should be multiplied with 100 for S34 and S28 respectively to on the UPC labels output.

2.New S code S35 is created for L66.
L66 MEXEAN13.lwl
S35 Material(NE_SKU), ZCRS_price, UPC, Description, Quantity

3.New S code S36 is created for L12 and L77.
L12 COWBOYS.lwl and L77 289C.lwl
S36 Cust_SKU, Description, MSRP, UPC, Size, Silhoute, Quanity

4. The exsisting string of S32 needs to be changed for L67.
Old - Cust_SKU, MSRP_price, UPC, Description, Quantity
New - MSRP_price, UPC, Description, Cust_SKU, Quantity




Solution Summary


The above strings should be added in the ZRSD_UPC_LABELS program to print them for the corresponding L codes for the UPC labels.


Test Plan


Test Scenario
Expected Result
Create a SO with L26 and S34 and execute ZSD_UPCLBL tcode with SO as input.
The label should print with the desired string and the ZCRS value should be multiplied with 100.
Create a SO with L67 and S32 and execute ZSD_UPCLBL tcode with SO as input.
The label should print with the desired string.
Create a SO with L66 and S35 and execute ZSD_UPCLBL tcode with SO as input.
The label should print with the desired string.
Create a SO with L12 and S36 and execute ZSD_UPCLBL tcode with SO as input.
The label should print with the desired string.
Create a SO with L77 and S36 and execute ZSD_UPCLBL tcode with SO as input.
The label should print with the desired string.

Solution Details


The specified strings were updated to the program ZRSD_UPC_LABELS to print the UPC labels.

Issues


None